<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    background-color:  #E4E4E4;
}

/* *::-webkit-scrollbar {
    display: none;
}

* {
    scrollbar-width: none;
    -ms-overflow-style: none;
} */

header {
    width: 100%;
    /* min-width: 1920px; */
    /* height: 122px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    position: relative;
    z-index: 9999999999;
}

.headerBox {
    width: 100%;
    height: 72px;
    background-color: #28A6EC;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9999;
}

.logo {
    width: 156px;
    aspect-ratio: 150 / 41.6;
    flex-shrink: 0; 
    position: absolute;
    top: 14px;
    left: -200px;
}

.logo img {
    width: 100%;
    height: 100%;
}

.menu_box {
    width: 1200px;
    height: 72px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.menu_box .active {
    /* height: 100%;
   color: #003571;  */
    /* width: 90px; */
    height: 32px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #FFF;
    color: #003571;
    text-align: center;
    font-family: Heiti SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 100% */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.menu_box .AboutUs {
    height: 100%;
    padding: 0;
    background-color: transparent;
}

.menu_box .active &gt; div:first-of-type {
    height: 32px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #FFF;
    color: #003571;
    text-align: center;
    font-family: Heiti SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 100% */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

    /*.menu_box .active::after {
        content: '';
        width: 36px;
        height: 3px;
        flex-shrink: 0;
        border-radius: 3px;
        background-color: #003571;
        position: absolute;
        bottom: 0;
    }*/

.menu {
    height: 100%;
    margin-right: 60px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-family: Heiti SC;
    font-weight: 400;
    line-height: 18px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.menu:hover {
    color: #003571; 
}

.AboutUs:hover .secondMenu {

    display: flex;
    
}

.secondMenu {
    width: 150px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: 72px;
    border-radius: 8px;
    border: 1px solid #DBF1FF;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
    padding: 10px;
    box-sizing: border-box;

}

.secondMenu .title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px 0;
    color: #333;
    text-align: center;
    font-family: Heiti TC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */ 
    padding: 10px 0;
    border-radius: 6px;
}

.secondMenu .title:first-of-type {
    margin-top: 0;
}

.secondMenu .title:last-of-type {
    margin-bottom: 0;
}

.secondMenu .title:hover {
    color: #FFF; 
    background: #28A6EC; 
}   

.secondMenu .secondActive {
    color: #FFF; 
    background: #28A6EC; 
}   


.search {
    width: 290px;
    height: 36px;
    flex-shrink: 0; 
    border-radius: 31px;
    border: 1px solid #FFF; 
    position: absolute;
    right: -78px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 32px 0 16px;
    box-sizing: border-box;
}

.search input {
    width: 220px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-family: Heiti SC;
    font-weight: 400;
    line-height: 16px; 
    outline: none;
    border: none;
    background-color: transparent;
    text-align: left;
}

.search input::placeholder {
    color: #FFFFFF;
}

.search .search_icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0; 
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
}

.search .search_icon img {
    width: 100%;
    height: 100%;
}

.payCardRedLine {
    position: absolute;
    right: -327.52px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.search, .payCardRedLine {
    top: 50%;
    transform: translate(0,-50%);
}

.payCardRedLine img {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    margin-right: 11px;
}

.payCardRedLine span {
    color: #FFF;
    text-align: center;
    font-family: Heiti SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
}

.redLinePhone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.redLinePhone &gt; span:last-of-type {
    color: #FFF;
    text-align: center;
    font-family: zihunhaipaikafeiti;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 100% */
    letter-spacing: 1px;
    margin-top: 5px;
}

footer {
    width: 100%;
    height: 425px;
    background-color: #f5f6f8;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

footer .cataList {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px 0;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.cataList .cata {
    color: #333;
    font-size: 16px;
    font-family: Heiti SC;
    font-weight: 400;
    line-height: 16px; 
    margin-right: 78px;
    cursor: pointer;
}

.cataList .cata:last-of-type {
    margin-right: 0;
}

.cataList .cata:hover {
    text-decoration: underline;
}

.footer_msg {
    width: 1200px;
    /* background-color: skyblue; */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 57px;
    position: relative;
}

.footer_msg .addr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 31.44px;
    padding-left: 10px;
    box-sizing: border-box;
}

.footer_msg .addr .msg {
    color: #666;
    font-size: 12px;
    font-family: Heiti SC;
    font-weight: 400;
    line-height: 12px;
    margin-bottom: 10px;
}

.footer_msg .addr .msg:last-of-type {
    margin-bottom: 0;
}

.footer_msg .addr .msg .joiest {
    color: #0F58AB;
    cursor: pointer;
}

.footer_msg .addr .msg .joiest:hover {
    text-decoration-line: underline;
}

footer .Copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
    font-size: 12px;
    font-family: Heiti SC;
    font-weight: 400;
    line-height: 12px; 
}

footer .Copyright a {
    color: #666;
}

footer .Copyright a:hover {
    text-decoration: underline;
}

.other {
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 50%;
    width: 120px;
    height: 235px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25); 
    background-color: #FFFFFF;
    transform: translate(0,-50%);
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    box-sizing: border-box;
}

.other .kef {
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 5px;
    box-sizing: border-box;
    user-select: none;
}

.other .kef img {
    width: 16px;
    height: 16px;
} 

.other .kef span {
    color: #000;
    font-size: 14px;
    font-family: Heiti SC;
    font-weight: 400;
    line-height: 14px; 
    margin-left: 7.46px;
}

.other .sales {
    width: 64px;
    height: 24px;
    flex-shrink: 0; 
    border-radius: 4px;
    background: linear-gradient(90deg, #28A6EC 0%, #239CDF 100%);
    color: #FFF;
    font-size: 12px;
    font-family: Heiti SC;
    line-height: 12px; 
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.other .sales:nth-of-type(3){
    margin: 12px 0 11px;
    background: linear-gradient(90deg, #FFAA6A 0%, #E49658 100%);
}

.other .time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.other .time span {
    color: #333;
    font-size: 13px;
    font-family: Heiti SC;
    font-weight: 400;
    line-height: 13px; 
}

.other .limit {
    width: 90px;
    /* height: 1px; */
    flex-shrink: 0; 
    border: 0.5px dashed #DDD;
    margin: 12px 0;
}

.other .payCard {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 5px;
    box-sizing: border-box;
    user-select: none;
}

.other .payCard img {
    width: 14.5px;
    height: 14.5px;
} 

.other .payCard span {
    color: #000;
    font-size: 14px;
    font-family: Heiti SC;
    font-weight: 400;
    line-height: 14px; 
    margin-left: 7.48px;
}

.other .redLine {
    color: #1765BF;
    font-size: 16px;
    font-family: Arial;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.5px; 
    margin-top: 11.48px;
}

.back_top {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    z-index: 9999;
    right: 20px;
    display: none;
    justify-content: center;
    align-items: center;
    transition: all 0s;
    cursor: pointer;
}

.back_top img {
    width: 100%;
    height: 100%;
}

.joiest_Index {
    width: 100%;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.joiest_title {
    font-family: Heiti SC;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    color: #000000;
}

.joiest_Index .banner {
    width: 100%;
    /* max-height: 570px; */
    background-color: #fbedc8;
} 

.joiest_Index .banner .swiper, .swiper .swiper-wrapper, .swiper .swiper-wrapper img {
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 570;
}

.joiest_Index .banner .swiper {
    width: 100%;
    height: 100%;
}

.joiest_intro {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #FFFFFF;
}

.Co_operate, .payCard_notice, .professional_services {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.anno, .intro, .operate, .notice, .services, .news {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.intro {
    height: 625px;
    margin-bottom: 170px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    background: url(/default/img/joiest_floor_bg.png) no-repeat center;
    background-size: 100%;
    position: relative;
}

.intro_title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 82px 0 60px;
}

.intro_cnt {
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 32px 0;
    box-sizing: border-box;
}

.intro_cnt span {
    display: flex;
    width: 100%;
    text-indent: 28px;
    color: #333333;
    font-size: 14px;
    font-family: Heiti SC;
    font-weight: 400;
    line-height: 20px; 
}

.intro_img_list {
    width: 100%;
    padding: 0 52px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 90px;
}

.intro_img {
    width: 340px;
    height: 180px;
    border-radius: 10px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.intro_img img {
    /* width: 100%; */
    height: 180px;
}

.intro_box_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    box-sizing: border-box;
    position: absolute;
    bottom: -50px;
    left: 0;
}

.intro_box {
    width: 240px;
    height: 100px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 16px;
    box-sizing: border-box;
}

.intro_box .intro_num {
    color: #FFF;
    font-family: Heiti SC;
    vertical-align: bottom;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.intro_box .intro_num .num {
    font-size: 42px;
    font-weight: 600;
    /* line-height: 42px;  */
}

.intro_box .intro_span {
    color: #FFF;
    font-size: 20px;
    font-family: Heiti SC;
    line-height: 20px; 
    margin-top: 11px;
}

.Co_operate {
    /* height: 1025px; */
    position: relative;
    background: url(/default/img/card_home_cooperation_bg.png) no-repeat center;
    background-size: 100% 100%;
}   

.operate_title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
    /* top: -108px; */
    margin-top: 100px;
}

.operate_cnt {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.operate_tag {
    width: 1160px;
    padding: 41px 0;
    box-sizing: border-box;
    margin-bottom: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.operate_tag .op_type {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.operate_tag .tag {
    width: 96px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 14px;
    font-family: Heiti SC;
    font-weight: 400;
    line-height: 14px;
    margin-right: 16px;
    cursor: pointer;
}

/* .operate_tag .tag:last-child {
    margin-right: 0;
} */

.operate_tag .active {
    background-color: #31ACF0;
    border-radius: 32px;
    color: #FFF;
}

.operate_tag .commer_more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.operate_tag .commer_more span {
    color: #3379BA;
    font-size: 12px;
    font-family: Heiti SC;
    font-weight: 400;
    line-height: 12px;
}

.operate_tag .commer_more span:hover {
    cursor: pointer;
    text-decoration: underline;
}

.operate_tag .commer_more img {
    width: 4.338px;
    height: 8px;
    flex-shrink: 0;
    margin-left: 6px;
}

.operate_cnt .Commer_list, .AboutUs_ComToJoin .Commer_list {
    width: 100%;
}

.operate_cnt .Commer_list .Commer_child,.AboutUs_ComToJoin .Commer_list .Commer_child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 16px;
}

.operate_cnt .Commer_list .Commer_child:last-of-type,
.AboutUs_ComToJoin .Commer_list .Commer_child:last-of-type
{
    margin-bottom: 0;
}

.operate_cnt .Commer_list .commer, .AboutUs_ComToJoin .Commer_list .commer {
    width: 220px;
    height: 96px;
    flex-shrink: 0; 
    /* background-color: skyblue; */
    margin-left: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.operate_cnt .Commer_list .commer img {
    width: 217px;
    height: 93px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.20);
}

.AboutUs_ComToJoin .Commer_list .commer img {
    width: 217px;
    height: 93px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.20);
}

.operate_cnt .Commer_list .commer:hover img {
    border: 2px solid #31ACF0;
}

.AboutUs_ComToJoin .Commer_list .commer:hover img {
    border: 2px solid #31ACF0;
}


.operate_cnt .Commer_list .commer, .AboutUs_ComToJoin .Commer_list .commer:nth-of-type(5n+1) {
    margin-left: 0;
}

.operate_cnt .Commer_list .commer, .AboutUs_ComToJoin .Commer_list .commer:nth-of-type(n+6) {
    /* margin-top: 16px; */
}

/* .operate_cnt .Commer_list .commer .hoverBorder {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #31ACF0;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
} */

.operate_cnt .Commer_list .commer:hover .hoverBorder {
    display: flex;
}

.operate_cnt .Commer_list .Commer_child {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.operate_cnt .Commer_list .commer {
    margin-left: 15px;

}

.operate_cnt .Commer_list .commer:nth-of-type(5n+1) {
    margin-left: 0;
}

.payCard_notice {
    background: url(/default/img/payCard_notice_bg.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    padding-bottom: 100px;
}

.notice_title {
    width: 100%;
    /*height: 108px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    /*margin: 0 0 80px;*/
    /*background-color: #FFFFFF;*/
    /*text-align: center;*/
    /*position: absolute;*/
    /*top: -108px;*/
    /*margin-top: 108px;*/
}

.notice_cnt {
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
    margin-top: 60px;
}

.notice_cnt &gt; div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.notice_cnt &gt; div:last-of-type {
    margin-top: 40px;
}

.notice_cnt .hide_msg {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
    background-color: #2D65B0;
    padding: 30px 14px 26px;
    box-sizing: border-box;
}

.notice_cnt .hide_msg .module_box {
    width: 100%;
    height: 70px;
    border-radius: 4px;
    background-color: #FFF; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 12px 0;
    box-sizing: border-box;
}

.notice_cnt .hide_msg .module_box span:first-of-type {
    color: #000;
    font-size: 14px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; 
}

.notice_cnt .hide_msg .module_box span:nth-of-type(2) {
    text-align: left;
    color: #000;
    font-size: 12px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; 
    margin-top: 2px;
}

.huikuan_title {
    color: #000;
    font-size: 14px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; 
    margin-bottom: 7px;
}

.huikuan {
    width:228px;
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.huikuan div,.huikuan div span,.notice_cnt .hide_msg .module_box .huikuan span {
    color: #333;
    font-size: 12px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; 
}

.notice_cnt .hide_msg .module_box .huikuan span {
    color: #000; 
}

.notice_box {
    width: 280px;
    height: 300px;
}

.notice_box .hide_msg .spicTips {
    color: #FFF;
    font-size: 12px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; 
    margin-top: 12px;
}

.notice_cnt .hide_msg .notice_two {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notice_cnt .hide_msg .notice_two:nth-of-type(2) {
    margin-top: 20px;
}

.module_box_two {
    width: 120px;
    height: 65px; 
    border-radius: 4px;
    background-color: #FFFFFF; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.module_box_two span {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; 
}

.module_box_two span:nth-of-type(2) {
    margin-top: 5px;
}

.notice_cnt .unHide_show {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.notice_cnt .unHide_show img {
    width: 80px;
    height: 80px;
}

.notice_cnt .unHide_show span {
    color: #000;
    font-size: 16px;
    font-family: Heiti SC;
    line-height: 16px; 
    margin-top: 30px;
}

.notice_cnt .hide_msg img {
    width: 35.556px;
    height: 40px;
    flex-shrink: 0; 
}

.notice_cnt .hide_msg &gt; span {
    color: #FFF;
    font-size: 16px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; 
    margin: 12px 0 16px;
}

.notice_cnt .active .unHide_show {
    display: none;
}

.notice_cnt .active .hide_msg {
    display: flex;
}

.professional_services {
    background: url(/default/img/professional_services_bg.png) no-repeat center;
    background-size: 100%;
}

.services {

}

.services_title {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-family: Heiti SC;
    line-height: 28px;
    padding-top: 170px;
    box-sizing: border-box;
}

.services_cnt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
}

.services_cnt .servicesBox {
    width: 280px;
    height: 400px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.services_cnt .servicesBox .detail {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: transparent;
    text-align: center;
    margin-top: 37px;
    transition: opacity 0.75s;
    opacity: 0;
    position: absolute;
    bottom: 0;
}

.services_cnt .servicesBox .detail span {
    font-size: 14px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.services_cnt .servicesBox:hover img {
    transform: scale(1.1);
}

.services_cnt .servicesBox:hover .detail {
    position: relative;
    color: #FFFFFF;
    opacity: 1;
}

.services_cnt .servicesBox:hover .services_dialog {
    background-color: #042848;
}

.services_cnt .servicesBox:hover .services_copywriting {
    padding-bottom: 12px;
}

.services_cnt .servicesBox .services_dialog {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
    flex-shrink: 0;
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 35px;
    box-sizing: border-box;
    transition: all 1s;
}

.services_cnt .servicesBox .services_copywriting {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 35px;
    box-sizing: border-box;
    transition: all 1s;
    top: 0;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; 
}

.services_dialog span {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-family: Heiti SC;
    line-height: 18px; 
}

.services_cnt .servicesBox img {
    width: 100%;
    position: absolute;
    top: 0;
    transition: all 3s;
}

.anno {
    padding: 48.56px 0 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.anno .anno_left, .anno .anno_right {
    display: flex;
    align-items: center;
}

.anno .anno_left:hover, .anno .anno_right :hover {
    cursor: pointer;
    text-decoration: underline;
}

.anno .anno_left img {
    width: 18px;
    height: 15.58px;
    margin-right: 10px;
}

.anno .anno_left .anno_cnt {
    font-family: Heiti SC;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #1765BF;
}

.anno .anno_right img {
    width: 5.42px;
    height: 10px;
    margin-left: 5px;
}

.anno .anno_right .anno_more {
    font-family: Heiti SC;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #1765BF;
}

.operate {
    /* height: 826px; */
    padding-bottom: 100px;
    box-sizing: border-box;
}

.notice {
    /* height: 900px; */
}

.services {
    height: 913px;
}

.joiest_Index .news_bulletin {
    width: 100%;
    height: 710px;
    background: url(/default/img/news_bulletin_bg.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 360px;
    box-sizing: border-box;
}

.joiest_Index .news_bulletin .news_title {
    color: #000;
    text-align: center;
    font-family: Heiti SC;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 100% */ 
    padding: 98px 0 83px;
    box-sizing: border-box;
}

.joiest_Index .news_bulletin .news_cnt {
    height: 322px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.joiest_Index .news_bulletin .news_cnt .news_box {
    width: 245px;
    height: 240px;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-right: 23px;
    transition: all 0.5s;
    cursor: pointer;
    padding: 29px 20px 37px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.empty_FFF {
    width: 100%;
    height: 200px;
    background-color: #FFFFFF;
}

.news_box .news_msg {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.news_box .news_msg a {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_box .news_msg a div {
    width: 100%;
    color: #000;
    font-size: 16px;
    font-family: Heiti SC;
    font-weight: 400;
    line-height: 16px; 
    transition: all 0.5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_box .news_msg &gt; div {
    color: #666;
    font-size: 12px;
    font-family: Heiti SC;
    font-weight: 400;
    line-height: 12px; 
    margin-top: 12px;
    transition: all 0.5s;
}

.news_box .news_img {
    width: 204px;
    height: 104px;
    transition: all 0.5s;
}

.news_box .news_img img {
    width: 100%;
    height: 100%;
}

.joiest_Index .news_bulletin .news_cnt .news_box:last-of-type {
    margin-right: 0;
}

.joiest_Index .news_bulletin .news_cnt .active {
    width: 396px;
    height: 322px;
}

.news_cnt .active .news_msg a div {
    color: #0F58AB;
    font-size: 24px;
    font-family: Heiti SC;
    font-weight: 400;
    line-height: 24px; 
}

.news_cnt .active .news_msg &gt; div {
    color: #666;
    font-size: 14px;
    font-family: Heiti SC;
    font-weight: 400;
    line-height: 14px;
}

.news_cnt .active .news_img {
    width: 356px;
    height: 180px;
}

.joiest_Index .news_bulletin .news_more {
    width: 120px;
    height: 40px;
    border-radius: 4px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 12px;
    font-family: Heiti SC;
    font-weight: 400;
    line-height: 12px;
    cursor: pointer;
    margin: 60px 0;
}

.joiest_Constitution {
    width: 100%;
    /* height: 3000px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    background-color: #FFFFFF;
}

.top_right_img {
    width: 1128px;
    position: absolute;
    top: 0;
    right: 0;
}

.bottom_left_img {
    width: 100%;
    height: 1174.272px;
    position: absolute;
    bottom: 0;
}

.constitution_box {
    width: 1200px;
    position: relative;
    z-index: 10;
    background-color: transparent;
    padding-bottom: 200px;
    box-sizing: border-box;
}

.constitution_box .title {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    padding: 80px 0 36px;
}

.constitution_box &gt; div {
    color: #333;
    font-size: 16px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}

.constitution_box .General_rules {
    color: #000;
    font-size: 24px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    margin: 30px 0 12px;
}

.joiest_Comdire {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #FFFFFF;
}

.commer_big_title {
    width: 1200px;
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translate(-50%,0);
    display: flex; 
    justify-content: flex-start;
    align-items: center;
}

.commer_big_title .first_level {
    color: #999;
    font-size: 12px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; 
    cursor: pointer;
}

.two_level,.three_level {
    display: flex;
    align-items: center;
}

.second_level {
    color: #999;
    font-size: 12px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; 
    cursor: pointer;
}

.third_level {
    color: #333;
    font-size: 12px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; 
    /* cursor: pointer; */
}

.directoryBox {
    width: 1200px;
    margin-top: 80px;
    border: 1px solid #EBEBEB; 
}

.third_page {
    width: 1200px;
    display: flex;
}

.third_title {
    width: 100%;
    margin: 144px 0 53px;
    color: #000;
    text-align: center;
    font-size: 28px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
}

.third_intro {
    width: 100%;
    text-align: left;
    color: #333;
    font-size: 16px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; 
    margin-bottom: 21px;
}

.emptyIntro {
    margin-left: 20px;
    font-size: 14px;
}

.detail_intro {
    color: #333;
    font-size: 14px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
    text-indent: 28px;
}

.address_Canvas {
    width: 100%;
    height: 460px;
    margin-bottom: 200px;
    background-color: khaki;
}


.search_condition {
    width: 100%;
    /*min-height: 72px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search_condition:last-of-type .search_name {
    border-bottom: 0;
}

.search_title {
    width: 112px;
    /* height: 100%; */
    align-self: stretch;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_title span {
    color: #000;
    font-size: 12px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; 
}

.search_name {
    width: calc(100% - 112px);
    align-self: stretch;
    border-bottom: 1px solid #EBEBEB;
    padding: 13px 30px 12px 0;
    box-sizing: border-box;
}

.search_name .conList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-self: center;
    margin-bottom: 10px;
}

.search_name .con:nth-of-type(n+12) {
    margin-top: 12px;
}

.search_name .area:nth-of-type(n+12) {
    margin-top: 12px;
}

.search_name .brand {
    margin-top: 12px;
}

.search_name .conList:last-of-type {
    margin-bottom: 0;
}

.search_name .con,.area,.brand {
    width: 64px;
    height: 20px;
    margin-right: 30px;
    color: #333;
    text-align: center;
    font-size: 12px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; 
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search_name .con a , .area a ,.brand a {
    color: #333;
    text-align: center;
    font-family: Heiti SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */ 
}

.search_name .active a {
    color: #FFF;
    text-align: center;
    font-family: Heiti SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */ 
}


.search_name .brand {
    width: 100px;
}

.search_name .brandAll {
    width: 64px;
}

.search_name .active {
    background-color: #28a6ec;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; 
}


.search_name .conAll {
    /* margin-bottom: 10px; */
}



.commerBox {
    width: 1200px;
    margin: 70px 0 200px;
    border: 1px solid #EBEBEB;
}

.commer {
    /* height: 800px; */
}

.commer_detail {
    border-bottom: 1px solid #EBEBEB;
    display: flex;
    justify-content: flex-start;
    align-self: center;
    position: relative;
}

.commer_detail:last-of-type {
    border-bottom: 0;
}

.commer_detail .commer_img {
    width: 200px;
    height: 150px;
    margin: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16)
}

.commer_detail .commer_img img {
    width: 100%;
    height: 100%;
}

.commer_children {
    width: calc(100% - 270px);
    margin: 0 0 18px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
}

.commer_children .commer_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}


.commer_children .commer_title a {
    color: #000;
    font-size: 16px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; 
}

.commer_children .commer_title span {
    color: #1765BF;
    font-size: 14px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; 
}

.commer_children .commer_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 22px;
}

.commer_children .commer_list .commerDian:nth-of-type(n+5) {
    margin-top: 22px;
}

.commer_children .commer_list .commerDian {
    width: 220px;
    color: #333;
    font-size: 12px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; 
    /* cursor: pointer; */
}

.commer_children .commer_list .commerDian a {
    color: #333;
    font-size: 12px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.view_more {
    position: absolute;
    right: 40px;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.view_more a {
    color: #1765BF;
    font-size: 12px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    cursor: pointer;
}

.view_more img {
    width: 5.423px;
    height: 10px; 
    margin-left: 5px;
    padding-bottom: 2px;
}

.addressAxis {
    color: #1765BF;
    font-size: 12px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; 
    cursor: pointer;
    position: absolute;
    right: 40px;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.addressAxis a{
    display: flex;
    justify-content: center;
    align-items: center;
}

.addressAxis img {
    width: 5.423px;
    height: 10px;
    margin-left: 5px;
    padding-bottom: 2px;
}

.pageation {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #EBEBEB;
    /* background-color: skyblue; */   
}


.page {
    width: auto;
    height: 36px;
    padding: 0 11px;
    color: #333;
    font-size: 12px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; 
    border-radius: 4px; 
    border: 1px solid #E8E8E8; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    cursor: pointer;
}

.pageation &gt; .page:last-of-type {
    margin-right: 0;
}


.otherPage {
    width: 36px;
    height: 36px;
    padding: 0;
}


.pageation .active {
    color: #FFF;
    background: #28A6EC;
}

.second_page {
    display: block;
}

.second_page .commer_title {
    color: #000;
    font-size: 16px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; 
}

.second_page .commer_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 7px;
}

.second_page .commer_list .commerDian{
    width: 60%;
    color: #333;
    font-size: 12px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
}

.second_page .commer_list .commerDian:last-of-type {
    margin-top: 10px;
}

.second_page .addressAxis {
    right: 30px;
    color: #1765BF;
    font-size: 12px;
    font-family: Heiti SC;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; 
}

.second_page .addressAxis img {
    width: 13px;
    height: 13px; 
    margin-left: 0;
    margin-right: 5px;
}

.pre {
    width: 130px;
    height: 46.65px;
    position: relative;
    user-select: none;
    position: absolute;
    top: 106.44px;
    left: 200px;
}

.pre img {
    width: 100%;
    transition: all 1s;
    position: absolute;
    top: 0;
}

.OfficialBox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.QR_code {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.QR_code:first-of-type {
    margin-right: 40px;
}

.OfficialBox img {
    width: 136px;
    height: 136px;
}

.official_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.diamond {
    width: 11px;
    height: 11px;
    transform: rotate(45deg);
    background-color: #006DCA;
    border-radius: 2px;
    margin-right: 5px;
}

.official_title span {
    font-family: Heiti SC;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #006DCA;
}

.off_name {
    width: 110px;
    height: 22px;
    background-color: #28A6EC;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-family: Heiti SC;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    margin-top: 8px;
}


.joiest_cardHolderServices {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #FFFFFF;
}

.joiest_cardHolderServices .banner {
    width: 100%;
    height: 300px;
}

.joiest_cardHolderServices .banner img {
    width: 100%;
    height: 100%;
}

.joiest_cardHolderServices .services_title {
    margin: 100px 0 60px;
    padding: 0;
}

.joiestCardBox {
    width: 1000px;
    height: 690px;
    background: url(/default/img/JoiestBackYuE.png) no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.joiestCardBox .search_YuE {
    width: 700px;
    height: 555px; 
    flex-shrink: 0; 
    border-radius: 20px;
    background: #FCFCFC; 
    box-shadow: 0px 2px 6px 0px rgba(65, 45, 3, 0.06), 0px -2px 6px 0px rgba(65, 45, 3, 0.06), 2px 0px 6px 0px rgba(65, 45, 3, 0.06), -2px 0px 6px 0px rgba(65, 45, 3, 0.06); 
    /* margin-bottom: 9px; */
    margin-top: 95px;
    padding: 30px 84px 30px 88px;
    box-sizing: border-box;
}

.yuE-form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.yuE-form .el-form-rows {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
}

.yuE-form .el-form-rows:last-of-type {
    margin-bottom: 37px;
} 

.yuE-form .el-form-rows .title {
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 10px;
    color: #333;
    font-family: Heiti SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */ 
}

.yuE-form .el-form-rows .ipt {
    width: 420px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yuE-form .el-form-rows .ipt input {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #888; 
    padding-left: 20px;
    box-sizing: border-box;
    outline: none;
}

.yuE-form .el-form-rows .ipt input::placeholder {
    color: #999;
    font-family: Heiti SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
    letter-spacing: 0.5px; 
}

.Yzm {
    width: 132px;
    height: 100%;
    border-radius: 8px;
    background: #C9CACF; 
    cursor: pointer;
}

.Yzm img {
    width: 100%;
    height: 100%;
}

.searchBox {
    width: 100%;
    height: 45px;
    flex-shrink: 0; 
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.searchBox button {
    width: 500px;
    height: 100%;
    border-radius: 4px;
    background: #31ACF0; 
    color: #FFF;
    font-family: Heiti SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */ 
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
}

/* .disCur {
    cursor: not-allowed;
} */

.joiestCardOver {
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.joiestCardOver .child {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.joiestCardOver .child:first-of-type {
    margin-bottom: 60px;
}


.joiestCardOver .child .overs {
    width: 320px;
    height: 345px;
    flex-shrink: 0; 
    border-radius: 10px;
    background-color: transparent;
    opacity: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    padding: 0 45px;
    box-sizing: border-box;
}

.joiestCardOver .child .overBackGc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.05; 
    background-color: #04518F;
}

.joiestCardOver .child .overs .oversImg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}

.joiestCardOver .child .overs .oversImg img {
    width: 100%;
    height: 100%;
}

.joiestCardOver .child .overs .oversText {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.joiestCardOver .child .overs .oversText .overTitle {
    color: #000;
    text-align: center;
    font-family: Heiti SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */ 
    margin-bottom: 16px;
} 

.joiestCardOver .child .overs .oversText .overSpan {
    width: 230px;
    color: #000;
    text-align: center;
    font-family: Heiti SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */ 
} 

.OfficialAccounts {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 100px;
}

.OfficialAccounts .title {
    margin: 100px 0 22px;
    color: #000;
    text-align: center;
    font-family: Heiti SC;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 100% */ 
}

.Qrcode {
    width: 320px;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Qrcode img {
    width: 100%;
    height: 100%;
}

.explain {
    margin-top: 22px;
    color: #333;
    text-align: center;
    font-family: Heiti SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */ 
}

.joiest_payCardNotice {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #FFFFFF;
}

.joiest_payCardNotice .banner {
    width: 100%;
    height: 300px;
    background: url(/default/img/indexBanner5Back.png) no-repeat center center;
    background-size: 100% 100%;
}

.joiest_payCardNotice .banner img {
    width: 100%;
    height: 100%;
}

.noticeModule_title {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /* margin: 200px 0 80px; */
    margin-top: 100px;
    color: #000;
    font-family: Heiti SC;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 100% */ 
}

.needData {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.person, .com {
    width: 580px;
    height: 200px;
    border-radius: 10px;
    border-radius: 10px;
    background: linear-gradient(180deg, #F4FAFF 0%, #ECEFFF 100%);
    box-shadow: 0px 4px 6px 0px #E8EAF4;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 48px;
    box-sizing: border-box;
}

.dataExplain {
    width: 311px;
    padding-left: 35px;
    color: #000;
    font-family: Heiti SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */ 
    margin-bottom: 4px;
}

.dataType {
    width: 150px;
    height: 48px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    font-family: Heiti SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */ 
    display: flex;
    justify-content: center;
    align-items: center;
}

.personDataImg {
    width: 153px;
    height: 164px; 
    position: absolute;
    bottom: -18px;
    right: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.personDataImg img {
    width: 100%;
    height: 100%;
}

.comDataImg {
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: -24px;
    right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comDataImg img {
    width: 100%;
    height: 100%;
}

.publicTitle {
    margin-bottom: 80px;
}

.payCardWay {
    width: 1200px;
    height: 500px;
    /* display: grid;
    grid-template-columns: repeat(4, 25%);
    grid-template-rows: repeat(2,50%); */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #F4F8FF;
}

.payCardWay .way {
    width: 300px;
    height: 250px;
    background: #F4F8FF;
}

.payCardWay .explainFlex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.payCardWay .way img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.payCardWay .way .title {
    color: #000;
    text-align: center;
    font-family: Heiti SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */ 
}

.payCardWay .way .phone {
    color: #000;
    text-align: center;
    font-family: Heiti SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 100% */ 
}

.payWay {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.payWay .way {
    width: 290px;
    height: 320px;
    border-radius: 10px;
    background: #F4F8FF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.wayImgBox {
    width: 176.777px;
    height: 176.777px; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0 23.22px;
}

.payWay .way img {
    width: 100%;
    height: 100%;
}

.payWay .way .title {
    color: #000;
    text-align: center;
    font-family: Heiti SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */ 
    margin-bottom: 16px;
}

.payWay .way .explain {
    color: #333;
    text-align: center;
    font-family: Heiti SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */ 
    margin: 0;
}

.WayTips {
    color: #000;
    text-align: center;
    font-family: Heiti SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */ 
    margin-top: 10px;
}

.faceVal .dataExplain span {
    color: #000;
    font-family: Heiti SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */ 
}

.dataExplain p {
    color: #333;
    font-family: Heiti SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */ 
}

.dataExplain p span {
    color: #000;
}

.dataExplain .spicTipsCard {
    color: #333;
    font-family: Heiti SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */ 
    margin-top: 34px;
}

.AboutUs_intro, .AboutUs_newNotice, .AboutUs_jobBring, .AboutUs_callUs, .AboutUs_saleTeam, .AboutUs_ComToJoin {
    width: 100%;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.joiest_AboutUs .banner {
    width: 100%;
    height: 300px;
}

.joiest_AboutUs .banner img {
    width: 100%;
    height: 100%;
}


.joiest_AboutUs .about_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #FFFFFF;
}

.joiest_AboutUs .about_content .YBT_beijing {
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.joiest_AboutUs .about_content .YBT_beijing img {
    width: 1100px;
    height: 308.885px;
    flex-shrink: 0; 
    margin-top: 20px;
}

.YBT_beijing p {
    color: #333;
    font-family: Heiti SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */ 
    text-indent: 32px;
    margin: 4px 0;
}

.joiest_AboutUs .introduce {
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 140px;
    box-sizing: border-box;
}

.joiest_AboutUs .text_7 {
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei;
    text-align: center;
    white-space: nowrap;
    line-height: 36px;
}

.joiest_AboutUs .text_8 {
    width: 100%;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    text-align: left;
    line-height: 24px;
    margin: 39px 0 28px;
}

.joiest_AboutUs .image-wrapper {
    width: 1200px;
    height: 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.joiest_AboutUs .next_introduce {
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 140px;
}

.joiest_AboutUs .next_introduce .slogan {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 120px;
}

.joiest_AboutUs .next_introduce .slogan p {
    color: #333;
    font-family: Heiti SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 100% */ 
    margin: 0;
    margin-bottom: 10px;
}

.joiest_AboutUs .next_introduce .slogan span {
    color: #333;
    font-family: Heiti SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */ 
    margin-bottom: 16px;
}

.joiest_AboutUs .next_introduce .slogan .slogans {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.joiest_AboutUs .next_introduce .slogan .slogans p {
    margin: 0;
    margin-bottom: 16px;
}

.joiest_AboutUs .next_introduce .slogan .slogans span {
    margin-bottom: 8px;
}

.joiest_AboutUs .image_4 {
    width: 900px;
    height: 480px;
    margin: 33px 0 50px;
}

.joiest_AboutUs .image_5 {
    width: 900px;
    height: 305px;
    margin-bottom: 50px;
}

.joiest_AboutUs .text_9 {
    color: #000;
    text-align: center;
    font-family: Heiti SC;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 100% */ 
}

.joiest_AboutUs .text_9after {
    color: #666;
    text-align: center;
    font-family: Heiti SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 100% */ 
    margin: 18px 0 53px;
}

.joiest_AboutUs .text_10 {
    width: 1200px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    color: #333;
    font-family: Heiti SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */ 
    text-indent: 32px;
}

.joiest_AboutUs .box_2 {
    padding-top: 120px;
    position: relative;
}

.joiest_AboutUs .text-wrapper_box2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.joiest_AboutUs .text_11 {
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei;
    text-align: center;
    white-space: nowrap;
}

.joiest_AboutUs .text_12 {
    overflow-wrap: break-word;
    color: #666;
    text-align: center;
    font-family: Heiti SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 100% */ 
    margin-top: 18px;
}

.joiest_AboutUs .image_bird {
    width: 49px;
    height: 70px;
    position: absolute;
    top: 140px;
    right: -107px;
}

.joiest_AboutUs .text_13 {
    width: 1200px;
    overflow-wrap: break-word;
    color: #333;
    font-family: Heiti SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */ 
    text-indent: 32px;
    margin: 53px 0 25px;
}

.joiest_AboutUs .image_7 {
    margin-bottom: 139px;
}

.joiest_AboutUs .slogan {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.joiest_AboutUs .text_14 {
    overflow-wrap: break-word;
    color: #000;
    text-align: center;
    font-family: Heiti SC;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 100% */ 
}

.joiest_AboutUs .text_15 {
    overflow-wrap: break-word;
    color: #666;
    text-align: center;
    font-family: Heiti SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 100% */ 
    margin: 25px 0 53px;
}

.joiest_AboutUs .text_16 {
    overflow-wrap: break-word;
    color: #333;
    font-family: Heiti SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */ 
    white-space: nowrap;
}

.joiest_AboutUs .image_8 {
    margin: 40px 0 198px;
}

.AboutUs_newNotice {
    background: #FFFFFF;
}

.AboutUs_newNotice .oneLevelPage,.twoLevelPage {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #ffffff;
}

.AboutUs_newNotice .oneLevelPage {
    display: flex;
}

.AboutUs_newNotice .oneLevelPage .new_title {
    color: #000;
    text-align: center;
    font-family: Heiti SC;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 100% */ 
    margin: 119px 0 60px;
}

.news_notices {
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.AboutUs_newNotice .notices {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #F1F1F1;
    padding-left: 36px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.AboutUs_newNotice .notices::before {
    content: ' ';
    width: 12px;
    height: 14px; 
    background: url(/default/img/New_UnHover.png) no-repeat center center;
    background-size: 100% 100%;
    margin-right: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 999;
}

.AboutUs_newNotice .notices .news_notice_title span {
    color: #333;
    font-family: Heiti SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
}

.AboutUs_newNotice .notices .New_rate {
    color: #666;
    text-align: right;
    font-family: Heiti SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
}

.AboutUs_newNotice .notices:hover::before {
    background-image: url(/default/img/New_Hover.png);
}

.AboutUs_newNotice .notices:hover .news_notice_title span {
    color: #1765BF;
    /* color: #06f; */
}

.twoLevelPage .breadCrumbTab {
    width: 1200px;
    display: flex;    
    justify-content: flex-start;
    align-items: center;
    padding: 49px 0 58px;
    box-sizing: border-box;
}

.twoLevelPage .breadCrumbTab span a {
    color: #666;
    font-family: Heiti SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 100% */ 
    cursor: pointer;
}

.twoLevelPage .breadCrumbTab div {
    width: 82px;
    color: #000;
    font-family: Heiti SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 100% */ 
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
}   

.news_content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.newTitle {
    color: #000;
    text-align: center;
    font-family: Heiti SC;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 100% */ 
}

.newFBRate {
    color: #666;
    text-align: center;
    font-family: Heiti SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 100% */ 
    margin: 18px 0 30px;
}

.newsDetail {
    color: #333;
    text-align: center;
    font-family: Heiti SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */ 
    padding-bottom: 181px;
    box-sizing: border-box;
    /*min-height: 777px;*/
}

.callUs_title {
    color: #000;
    text-align: center;
    font-family: Heiti SC;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 100% */ 
    margin: 120px 0 60px;
}

.callUs_subwayExplain {
    width: 1200px;
    height: 140px;
    background-color: #F6F6F6; 
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.callUs_subwayExplain &gt; div {
    width: 50%;
    height: 100%;
}

.callUs_subwayExplain .explain_left {
    padding-left: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.callUs_subwayExplain .explain_right {
    padding-left: 182px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.callUs_subwayExplain .explain {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}

.callUs_subwayExplain .explain_left .explain:nth-of-type(2),.callUs_subwayExplain .explain_right .explain:nth-of-type(2) {
    margin: 10px 0;
}

.callUs_subwayExplain .explain img {
    width: 20px;
    height: 20px;
    margin-right: 13px;
}

.callUs_subwayExplain .explain .msg {
    color: #333;
    font-family: Heiti SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; 
}

.callUs_subwayExplain .explain .msg span {
    color: #333;
    font-family: Heiti SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */ 
}

.subwayMap {
    width: 1200px;
    height: 525.818px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 200px;
}

.subwayMap img {
    width: 100%;
    height: 100%;
}

.AboutUs_saleTeam .saleTeam_title {
    color: #000;
    text-align: center;
    font-family: Heiti SC;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 100% */ 
    margin: 120px 0 90px;
}

.salerBox {
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 140px;
    box-sizing: border-box;
}

.salerBox .salerChild {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 60px;
}

.salerBox .salerChild .saler {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 133.33px;
}

.salerBox .salerChild .saler:first-of-type {
    margin-left: 0;
}

.salerBox .salerChild .saler img {
    width: 200px;
    height: 225px;
}


.salerBox .salerChild .saler span {
    color: #000;
    text-align: center;
    font-family: Heiti SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */ 
    margin-top: 20px;
}

.ComToJoin_title {
    color: #000;
    text-align: center;
    font-family: Heiti SC;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 100% */ 
    margin: 120px 0 60px;
}

.ComToJoin_msg {
    width: 1200px;
    height: auto;
    background-color: #F6F6F6; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.ComToJoinInTime {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 38px 0 40px;
}

.ComToJoinbtn {
    width: 560px;
    height: 45px; 
    border-radius: 4px;
    background: linear-gradient(90deg, #28A6EC 0%, #239CDF 100%);
    border: none;
    outline: none;
    color: #FFF;
    text-align: center;
    font-family: Heiti SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */ 
    cursor: pointer;
}

.ComToJoinbtn:hover {
    opacity: 0.9;
}

.ComToJoin_msg .callUs_subwayExplain {
    font-weight: 400;
}

.AboutUs_ComToJoin .com_heZuoBox {
    width: 1200px;
    /* height: 664px;  */
    background: #F6F6F6; 
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    box-sizing: border-box;
    margin-bottom: 200px;
}

.AboutUs_ComToJoin .Commer_list {
    width: 100%;
    height: 100%;
}

.dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.comToJoinForm {
    width: 800px;
    /* height: 590px;  */
    background-color: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
}

.header {
    width: 100%;
    height: 80px;
    /* border-radius: 8px; */
    background-color: #259EE2; 
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.header span {
    color: #FFF;
    text-align: center;
    font-family: Heiti SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */ 
}

.closeBox {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
}

.closeBox img {
    width: 100%;
    height: 100%;
}

.form_content .yuE-form {
    padding-top: 75px;
    box-sizing: border-box;
}

.form_content .yuE-form .el-form-rows {
    justify-content: center;
    margin-bottom: 40px;
}

.form_content .yuE-form .el-form-rows:nth-last-of-type(2) {
    margin-bottom: 0;
}

.form_content .yuE-form .el-form-rows .title {
    width: 93px;
    justify-content: flex-start;
    white-space: nowrap;
    color: #000;
    font-family: Heiti SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */ 
    margin-right: 0;
}

.form_content .yuE-form .el-form-rows .ipt {
    width: 567px;
}

.form_content .yuE-form .el-form-rows .ipt input {
    border-radius: 8px; 
    border: 2px solid #DCDCDC;
}



.form_content .yuE-form .el-form-rows .ipt::placeholder {
    color: #999;
    font-family: Heiti SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */ 
}

.submitBtn {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 0;
}

.submitBtn button {
    width: 400px;
    height: 60px; 
    border-radius: 8px;
    background: #259EE2; 
    color: #FFF;
    text-align: center;
    font-family: Heiti SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 100% */ 
    outline: none;
    border: none;
    cursor: pointer;
}

.submitBtn button:hover {
    opacity: 0.9;
}

.submit_success {
    width: 800px;
    /* height: 590px;  */
    background-color: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 124px 0;
    box-sizing: border-box;
}

.closeImg {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.iconSuccessImg {
    width: 160px;
    height: 160px;
    margin-bottom: 22px;
}

.submit_success span {
    color: #000;
    font-family: Heiti SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */ 
}

.AboutUs_jobBring .job {
    width: 100%;
}

.AboutUs_jobBring .banner {
    width: 100%;
    height: 100%;
}

.AboutUs_jobBring .banner img {
    width: 100%;
    height: 100%;
}

.jobBring_title {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 120px 0 58px;
    position: relative;
}

.jobBring_title .title {
    margin-bottom: 20px;    
    color: #000;
    text-align: center;
    font-family: Heiti SC;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 100% */ 
}

.jobBring_title span { 
    color: #666;
    text-align: center;
    font-family: Heiti SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 100% */ 
}

.jobBring_title span:last-of-type {
    font-weight: 400;
}

.job_position {
    width: 100%;
    background-color: #F6F6F6; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 82px 0 18px;
}

.job_type {
    width: 1200px;
    /* height: 235px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 60px;
}

.job_title {
    position: relative;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.job_title:nth-of-type(n+2) {
    margin-top: 60px;
}

.job_title img {
    width: 150px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
} 

.job_title span {
    color: #FFF;
    text-align: center;
    font-family: Heiti SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 100% */ 
    margin-left: 31px;
    /* margin-bottom: 1.5px; */
    position: relative;
    z-index: 99;
}

.jobPostBox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.jobPostBox .job_post {
    width: 394px;
    height: 190px; 
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.06);
    margin-left: 9px;
    margin-top: 15px;
    padding: 30px;
    box-sizing: border-box;
}

.jobPostBox .job_post:nth-of-type(3n+1) {
    margin-left: 0;
}

.jobPostBox .job_post:first-of-type ,.jobPostBox .job_post:nth-of-type(2),.jobPostBox .job_post:nth-of-type(3) {
    margin-top: 0;
}

.jobPostBox .job_post .job_name {

    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.jobPostBox .job_post .job_name a {
    color: #000;
    font-family: Heiti SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 100% */
}

.jobPostBox .job_post .askFor {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 18px 0 24px;
}

.jobPostBox .job_post .askForTop, .jobPostBox .job_post .askForBottom  {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jobPostBox .job_post .askForTop {
    margin-bottom: 12px;
}

.jobPostBox .job_post .askFor .ask {
    width: 50%;
    color: #666;
    font-family: Heiti SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */ 
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
}

.viewJobDetail {
    width: 100%;
    height: 26px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.viewJobDetail button {
    width: 88px;
    height: 26px;
    border-radius: 4px;
    background: linear-gradient(90deg, #28A6EC 0%, #239CDF 100%);
    display: flex;
    justify-content: center;
    align-items: center;

    border: none;
    outline: none;
    cursor: pointer;
}

.viewJobDetail button a {
    color: #FFF;
    text-align: center;
    font-family: Heiti SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
}

.viewJobDetail button:hover {
    opacity: 0.9;
}

.job_treatment {
    /*height: 1000px;*/
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.job_treatment .treat_title {
    color: #000;
    text-align: center;
    font-family: Heiti SC;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 100% */ 
    margin: 120px 0 60px;
}

.job_treatment img {
    width: 1200px;
    height: 965px;
    margin-bottom: 200px;
}

.job_detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.job_detail .breadCrumbTab {
    width: 1200px;
    display: flex;    
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    position: absolute;
    top: 50px;
    left: 10px;
}

.job_detail .breadCrumbTab span {
    color: #666;
    font-family: Heiti SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 100% */ 
    cursor: pointer;
}

.job_detail .breadCrumbTab div {
    width: 82px;
    color: #000;
    font-family: Heiti SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 100% */ 
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    white-space: nowrap;
}   


.askForDetail {
    width: 1200px;
    background-color: #F6F6F6; 
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 41px 60px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.askForDetail .askCnt {
    width: 25%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    white-space: nowrap;
    color: #333;
    font-family: Heiti SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */ 
}

.askForDetail .askCnt:last-of-type, .askForDetail .askCnt:nth-last-of-type(2) {
    margin-top: 20px;
}

.duty {
    width: 1200px;
    padding-left: 60px;
    box-sizing: border-box;
}

.duty_title {
    margin: 40px 0 20px;
}

.job_cnt p {
    color: #333;
    font-family: Heiti SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */ 
    margin-bottom: 12px;
}

.job_cnt p:last-of-type {
    margin-bottom: 0;
}

.duty .acceptAnOfferInTime {
    margin: 40px 0 200px;
}

.duty .acceptAnOfferInTime {
    width: 156px;
    height: 45px;
    border-radius: 4px;
    background: linear-gradient(90deg, #28A6EC 0%, #239CDF 100%); 
    outline: none;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: Heiti SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */ 
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.acceptAnOfferInTime button:hover {
    opacity: 0.9;
}


.AboutUs_FAQ {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 200px;
    box-sizing: border-box;
    background-color: #FFFFFF;
}

.AboutUs_FAQ .banner {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.AboutUs_FAQ .banner img {
    width: 100%;
    height: 100%;
}

.AboutUs_FAQ .FAQ_title {
    width: 100%;
    margin: 120px 0 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.AboutUs_FAQ .FAQ_title span {
    color: #000;
    text-align: center;
    font-family: Heiti SC;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 100% */ 
}

.AboutUs_FAQ .FAQBox {
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.AboutUs_FAQ .FAQBox li {
    list-style-type: none
}

.AboutUs_FAQ .FAQBox h4  {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.AboutUs_FAQ .FAQBox .pr_ca_list1 li{
    color: #000;
    font-family: Heiti SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */ 
}

.AboutUs_FAQ .pr_a p span {
    color: #333;
    font-family: Heiti SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */ 
}

.HrDialog .tips {
    position: absolute;
    color: #999;
    font-family: Heiti SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */ 
    left: 0;
    bottom: -25px;
}


.banner-ad {
    width: 100%;
    height: 50px;
    background: #E93423;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 92px;
    box-sizing: border-box;
}

.banner-ad &gt; img {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    margin-right: 15px;
}

.banner-ad span {
    color: #FFF;
    font-family: Heiti SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
}

#randCode {
    width: 258px;
}

#jj {
    cursor: pointer;
}

@media screen and (min-width: 1850px) {
    .banner-ad {
        justify-content: center;
        padding-left: 0;
    }
}

@media screen and (max-width:1850px) and (min-width:1650px) {

    .menu_box {
        width: 970px;
    }

    .logo {
        left: -250px;
    }

    .payCardRedLine {
        right: -320px;
    }

    .banner-ad {
        justify-content: center;
        padding-left: 0;
    }

    .search {
        right: -105px;
    }
}



@media screen and (max-width:1650px) and (min-width:1610px) {

    .menu_box {
        width: 970px;
    }

    .logo {
        left: -250px;
    }

    .payCardRedLine {
        right: -320px;
    }

    .search {
        right: -105px;
    }

    .banner-ad {
        justify-content: center;
        padding-left: 0;
    }
}


@media screen and (max-width:1610px) and (min-width:1530px) {

    .headerBox {
        justify-content: flex-start;
    }

    .menu_box {
        width: 970px;
        margin-left: 220px;
    }

    .logo {
        left: -190px;
    }

    .payCardRedLine {
        right: -340px;
    }

    .search {
        width: 260px;
        right: -100px;
    }

    .menu {
        margin-right: 50px;
    }
    .banner-ad {
        justify-content: center;
        padding-left: 0;
    }
    .banner-ad span {
        font-size: 16px;
        line-height: 16px;
    }
}

@media screen and (max-width:1530px) and (min-width:1490px) {

    .headerBox {
        justify-content: flex-start;
    }

    .menu_box {
        width: 970px;
        margin-left: 220px;
    }

    .logo {
        left: -190px;
    }

    .payCardRedLine {
        right: -300px;
    }

    .search {
        width: 260px;
        right: -80px;
    }

    .menu {
        margin-right: 50px;
    }
    .banner-ad {
        justify-content: center;
        padding-left: 0;
    }
    .banner-ad span {
        font-size: 16px;
        line-height: 16px;
    }
}
@media screen and (max-width:1490px) and (min-width:1460px) {

    .headerBox {
        justify-content: flex-start;
    }

    .menu_box {
        width: 940px;
        margin-left: 210px;
    }

    .logo {
        left: -180px;
    }

    .payCardRedLine {
        right: -310px;
    }

    .search {
        width: 230px;
        right: -80px;
    }

    .menu {
        margin-right: 50px;
    }
    .banner-ad {
        justify-content: center;
        padding-left: 0;
    }
    .banner-ad span {
        font-size: 16px;
        line-height: 16px;
    }
}


@media screen and (max-width:1460px) and (min-width:1340px) {

    .headerBox {
        justify-content: flex-start;
    }

    .payCardRedLine {
        display: none;
    }

    .menu_box {
        width: 940px;
        margin-left: 270px;
    }

    .logo {
        left: -200px;
    }

    .payCardRedLine {
        right: -310px;
    }

    .search {
        width: 230px;
        right: -130px;
    }

    .menu {
        margin-right: 50px;
    }
    .banner-ad {
        justify-content: center;
        padding-left: 0;
    }
    .banner-ad span {
        font-size: 14px;
        line-height: 14px;
    }
}

@media screen and (max-width:1340px) and (min-width:1280px) {

    .headerBox {
        justify-content: flex-start;
    }

    .payCardRedLine {
        display: none;
    }

    .menu_box {
        width: 940px;
        margin-left: 270px;
    }

    .logo {
        left: -200px;
    }

    .payCardRedLine {
        right: -310px;
    }

    .search {
        width: 230px;
        right: -70px;
    }

    .menu {
        margin-right: 50px;
    }
    .banner-ad {
        justify-content: center;
        padding-left: 0;
    }
    .banner-ad span {
        font-size: 14px;
        line-height: 14px;
    }
}


@media screen and (max-width:1280px) and (min-width:1230px) {

    .headerBox {
        justify-content: flex-start;
    }

    .payCardRedLine {
        display: none;
    }

    .menu_box {
        width: 940px;
        margin-left: 250px;
    }

    .logo {
        left: -200px;
    }

    .payCardRedLine {
        right: -310px;
    }

    .search {
        width: 230px;
        right: -40px;
    }

    .menu {
        margin-right: 45px;
    }
    .banner-ad {
        justify-content: center;
        padding-left: 0;
    }
    .banner-ad span {
        font-size: 14px;
        line-height: 14px;
    }
}


@media screen and (max-width:1230px) and (min-width:1200px) {

    .headerBox {
        justify-content: flex-start;
    }

    .payCardRedLine {
        display: none;
    }

    .menu_box {
        width: 940px;
        margin-left: 230px;
    }

    .logo {
        left: -185px;
    }

    .payCardRedLine {
        right: -310px;
    }

    .search {
        width: 230px;
        right: -25px;
    }

    .menu {
        margin-right: 45px;
    }
    .banner-ad {
        justify-content: center;
        padding-left: 0;
    }
    .banner-ad span {
        font-size: 14px;
        line-height: 14px;
    }
    .banner-ad &gt; img {
        margin-right: 5px;
    }
}


@media screen and (max-width:1200px) {

    
    .headerBox {
        justify-content: flex-start;
    }

    .payCardRedLine {
        display: none;
    }

    .menu_box {
        width: 910px;
        margin-left: 200px;
    }

    .menu {
        margin-right: 45px;
    }

    .logo {
        left: -175px;
    }

    .payCardRedLine {
        right: -310px;
    }

    .search {
        width: 230px;
        right: -70px;
    }
    .banner-ad {
        justify-content: center;
        padding-left: 0;
    }
    .banner-ad span {
        font-size: 14px;
        line-height: 14px;
    }
    .banner-ad &gt; img {
        margin-right: 5px;
    }
}


@media screen and (max-height: 1080px) and (min-height: 800px) {
    .joiestCardBox {
        width: 800px;
        height: 552px;
        flex-shrink: 0; 
    }
    .joiestCardBox .search_YuE {
        width: 560px;
        height: 400px; 
        margin-top: 82px;
        padding: 24px 67.2px 24px 57px;
    }

    .yuE-form .el-form-rows {
        height: 36px;
        margin-bottom: 24px;
    }

    .yuE-form .el-form-rows .ipt {
        width: 336px;
    }

    .searchBox button {
        width: 400px;
    }

    .searchBox {
        height: 36px;
    } 

    .yuE-form .el-form-rows .title {
        margin-right: 7.4px;
    }

    .Yzm {
        width: 105.6px;
    }

    #randCode {
        width: 206.4px; 
    }

    .yuE-form .el-form-rows .ipt input {
        border-radius: 2px;
    }
    
}   

@media screen and (max-height: 800px) {
    .joiestCardBox {
        width: 600px;
        height: 414px; 
        flex-shrink: 0; 
    }
    .joiestCardBox .search_YuE {
        width: 420px;
        height: 333px; 
        margin-top: 63px;
        padding: 18px 40px 15px 20px;
    }

    .yuE-form .el-form-rows {
        height: 30px;
        margin-bottom: 15px;
    }

    .yuE-form .el-form-rows .ipt {
        width: 252px;
    }

    .searchBox button {
        width: 300px;
    }

    .searchBox {
        height: 30px;
    } 

    .yuE-form .el-form-rows .title {
        margin-right: 0;
    }

    .Yzm {
        width: 80px;
    }

    #randCode {
        width: 154.8px; 
    }
    
    .yuE-form .el-form-rows .ipt input {
        border-radius: 2px;
    }
}   




a {
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
</pre></body></html>